home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / computer / casio_st / prog_fx / divers / tg_ve_p2.sha < prev    next >
Text File  |  1994-03-01  |  122b  |  7 lines

  1. 10 PRINT "VERIF MATRICE"
  2. 30 FOR I=1 TO M+1
  3. 40 FOR J=1 TO P+1
  4. 50 PRINT A(I,J);
  5. 60 NEXT:PRINT CHR$(13):NEXT
  6. 70 RETURN
  7.